body,div,html,input,lable {
	margin: 0;
	padding: 0
}
body {
	 background: #00bcd4;
}
input,
button {
    outline: none;
}
.top_img {
    width: 100%;
    height:350px;
    background: url(../img/bg_logo.jpg) top center no-repeat;
    background-size: cover;
}
.top_img2 {
     width: 100%;
     height:550px;
     background: url(../img/bg_logo2.png) bottom center no-repeat;
     background-size:cover;
     position: absolute;
     bottom: 0;
     left: 0
}
/* 登陆平台 */
.login_box{
    width: 350px;
    background: #fcfdfd;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -235px;
    margin-top: -175px;
    padding: 0 60px;
    z-index: 1;
    padding-bottom: 40px;
    box-shadow: 0px 3px 20px #888888;
    border-radius: 5px;
    behavior: url(PIE.htc);
}
.login_title{
    display: block;
    font-size:35px;
    color: #333333;
    font-weight:500;
    text-align: center;
    margin-top: 20px;
}
.form_group{
    border: 1px solid #c4c4c4;
    height: 47px;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}
.form_group_s{
    border: 1px solid #6bd3a2;
    box-shadow:0px 0px 6px #6bd3a2
}
.form_group .form_input{
    border: none;
    background: none;
    line-height: 45px;
    height: 45px;
    float: left;
    width: 80%;
    font-size: 16px;
    color: #808080;
}
.check_box_login{
	margin-bottom: 20px;
}
.icon_box{
    width: 38px;
    height: 45px;
    float: left;
}
.name_mark {
    background-image: url(../img/name.png);
    background-repeat: no-repeat;
    background-size:auto auto;
    background-position:center;
}
.name_mark_s {
    background-image: url(../img/name_s.png);
}
.password_mark {
    background-image: url(../img/lock.png);
    background-repeat: no-repeat;
    background-size:auto auto;
    background-position:center;
}
.password_mark_s{
    background-image: url(../img/lock_s.png);
}
.error_box_login {
    text-align: center;
}
.errors {
    display: inline-block;
    font-size: 13px;
    color: #e37a82;
    line-height: 35px;
    padding-left: 20px;
    text-align: center;
    background: url(../img/error.png) left center no-repeat;
}
.sub_btn {
    display: block;
    width: 100%;
    height: 47px;
    background: #1c2230;
    border-radius: 5px;
    text-align: center;
    line-height: 47px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    cursor: pointer;
}

/* 备案 */

.record {
    position: fixed;
    font-size: 16px;
    color: #fff;
    left: 50%;
    bottom: 20px;
    margin-left: -140px;
    z-index: 1000;
}
